type reflect.structField
7 uses
reflect (current package)
type.go#L432: type structField struct {
type.go#L438: func (f *structField) offset() uintptr {
type.go#L442: func (f *structField) embedded() bool {
type.go#L450: fields []structField // sorted by offset
type.go#L2439: fs = make([]structField, len(fields))
type.go#L2832: func runtimeStructField(field StructField) (structField, string) {
type.go#L2852: f := structField{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)